@charset "shift_jis";


/* common
------------------------------------------------------------------*/
html, body {
	width:100%;
	background:#fff;
	color:#333;
	font-size:14px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.headerInnerWrap img,
#contentsWrap img{
	width: 100%;
	height: auto;
}
#contentsWrap{
	line-height: 1.8;
  	letter-spacing: 0.1em;
  	color:#666;
	padding-top: 60px;
}
#contentsWrap .inner{
	width:100%;
	padding:3% 4% 2%;
  	box-sizing: border-box;
}
.pageHead{
	border-bottom:3px solid #169041;
	margin-bottom: 2%;
}
.contentsHead,
.imgWrap{
	margin: 7% auto;
}
#contentsWrap .inner > .contentsHead:first-child{
	margin: 1% auto 7%;
}
.btnsWrap{
  	margin: 3% auto 5%;
}
.btnsWrap a{
	display: block;
  	margin: 3% auto 5%;
}
#contentsWrap p + p{
	padding-top: 5%;
}
#contentsWrap p strong{
  	color:#009642;
  	font-size: 120%;
  	padding:0 0.1em;
}
.pageNavWrap{
	margin-bottom: 8%;
}
.bnrCampaignWrap{
	width: 92%;
	margin:8% auto; 
}
/* site color
------------------------------------------------------------------*/
/*
main 			169041 
sub_01 			e9f4eb
sub_02 			3fc9b2
*/


/* header
------------------------------------------------------------------*/
header {
	width: 100%;
	z-index: 500;
	position: absolute;
	top:0;
	left: 0;
}
.headerInnerWrap{
	width: 100%;
	background: #169041;
	height: 60px;
}
.headerLogo{
	float: left;
	width: 105px;
	margin: 12px 0 0 10px;
	display: block;
	box-sizing: border-box;
}
.headerLogo a {
	display:block;
}
.headerLogo img{
  	position: relative;
}
.headerNavTrigger {
	position:fixed;
	width:60px;
	height:60px;
	right:0;
	top:0;
}
.headerNavTrigger .triggerOn {
	display: block;
	width:60px;
	height:60px;
	background:url(/brand/breathcare/sp/img/btn_menu.png) no-repeat center #169041;
	background-size: 37px auto;
	-webkit-background-size: 37px auto;
}
.triggerOff {
	width:60px;
	height:60px;
	background: url(/brand/breathcare/sp/img/btn_menu_close.png) no-repeat center #169041;
	background-size: 16px auto;
	-webkit-background-size: 16px auto;
	display: none;
}
.headerNavWrap{
	background-color: #e9f4eb;
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 60px;
}
.headerNavWrap a {
	border-bottom: 2px solid #169041;	
	display: inline-block;
	background: url(/brand/breathcare/sp/img/icon_nav_arrow.png) 96% center no-repeat;
	background-size: 3% auto;
	background-color: #e9f4eb;
	color: #169041;
	font-weight: bold;
	width: 100%;
	padding: 4%;
	margin: 0 auto;	
  	box-sizing: border-box;
}
.headerNavWrap li.last a {
	background-color: #fbed00;
}
.active .triggerOff {
	display: block;
}
.active .triggerOn {
	display: none;
}
/* store */
.headerInnerWrap #store {
	width: auto;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	margin-right: 60px;
	background-color: #fff;
}
.headerInnerWrap #store img {
	width: auto;
	height: 60px;
}
/* aside
------------------------------------------------------------------*/
aside {
	padding: 0 0 15px;
	background: #fff;
}
aside ul.otherLink {
	list-style: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: table;
	width: 100%;
	margin: 0 0 15px;
}
aside ul.otherLink li {
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
aside ul.otherLink li:nth-child(1) {
	width: 33%;
	border-right: 1px solid #FFF;
}
aside ul.otherLink li:nth-child(2) {
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
}
aside ul.otherLink li:nth-child(3) {
	border-left: 1px solid #CCC;
	width: 33%;
}
aside ul.otherLink li a {
	display: table;
	width: 100%;
	text-align: center;
	height: 68px;
	font-weight: bold;
}
aside ul.otherLink li a span {
	display: table-cell;
	vertical-align: middle;
	color: #169041;
}
aside ul.otherLink li a span.pc {
	background: url(/brand/breathcare/sp/img/common_icon_qa.png) no-repeat center 70%;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-o-background-size: 14px auto;
	line-height: 42px;
	padding: 0 0 15px;
}
aside p.bnr {
	text-align: center;
	margin: 0 0 15px;
}
aside ul.sns {
	margin: 0 auto 15px;
	overflow: hidden;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}
aside ul.sns li {
	margin: 0 1.2%;
	display: inline-block;
	width: 20.9%;
}
aside ul.sns li img {
	height: auto !important;
	width: 100% !important;
}

/* pagetop
------------------------------------------------------------------*/
p.pagetop {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#d9ebdd));
	background-image: -webkit-linear-gradient(top, white, #d9ebdd);
	background-image: -moz-linear-gradient(top, white, #d9ebdd);
	background-image: -o-linear-gradient(top, white, #d9ebdd);
	background-image: -ms-linear-gradient(top, white, #d9ebdd);
	background-image: linear-gradient(to bottom, white, #d9ebdd);
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px;
}
p.pagetop span {
	padding: 0 0 0 18px;
	background: url(/brand/breathcare/sp/img/icon_arrow_pagetop.png) center left no-repeat;
	background-size: 11px auto;
	-moz-background-size: 11px auto;
	-webkit-background-size: 11px auto;
	-o-background-size: 11px auto;
	color: #169041;
}
p.pagetop a {
	line-height: 44px;
	display: block;
}
p.sitetop {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#eee));
	background-image: -webkit-linear-gradient(top, white, #eee);
	background-image: -moz-linear-gradient(top, white, #eee);
	background-image: -o-linear-gradient(top, white, #eee);
	background-image: -ms-linear-gradient(top, white, #eee);
	background-image: linear-gradient(to bottom, white, #eee);
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px;
}
p.sitetop span {
	padding: 0 0 0 18px;
	background: url(/brand/breathcare/sp/img/icon_arrow_top.png) center left no-repeat;
	background-size: 11px auto;
	-moz-background-size: 11px auto;
	-webkit-background-size: 11px auto;
	-o-background-size: 11px auto;
	color: #169041;
}
p.sitetop a {
	line-height: 44px;
	display: block;
}

/* footer
------------------------------------------------------------------*/
footer {
	background: #fff;
}
footer ul.topLink {
	list-style: none;
	padding: 0 10px 15px;
}
footer ul.topLink li {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 47%;
	background-image: url(/brand/breathcare/sp/img/common_arrow01.png), -webkit-gradient(linear, center top, center bottom, from(white), to(#dedede));
	background-image: url(/brand/breathcare/sp/img/common_arrow01.png), -webkit-linear-gradient(top, white, #dedede);
	background-image: url(/brand/breathcare/sp/img/common_arrow01.png), -moz-linear-gradient(top, white, #dedede);
	background-image: url(/brand/breathcare/sp/img/common_arrow01.png), -o-linear-gradient(top, white, #dedede);
	background-image: url(/brand/breathcare/sp/img/common_arrow01.png), -ms-linear-gradient(top, white, #dedede);
	background-image: url(/brand/breathcare/sp/img/common_arrow01.png), linear-gradient(to bottom, white, #dedede);
	background-position: 96% center, top center;
	background-repeat: no-repeat;
	background-size: 7px auto, auto auto;
	-moz-background-size: 7px auto, auto auto;
	-webkit-background-size: 7px auto, auto auto;
	-o-background-size: 7px auto, auto auto;
}
footer ul.topLink li:first-child {
	float: left;
}
footer ul.topLink li:last-child {
	float: right;
}
footer ul.topLink li:first-child span {
	padding: 0 20px 0 0;
}
footer ul.topLink li:last-child span {
	background: url(/brand/breathcare/sp/img/common_icon_pc.png) right center no-repeat;
	background-size: 14px auto;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-o-background-size: 14px auto;
	padding: 0 20px 0 0;
}
footer ul.topLink li a {
	display: block;
	line-height: 44px;
	text-indent: 10px;
}
footer dl {
	clear: both;
	margin: 0 10px 20px;
	border-radius: 5px;
}
footer dl dt {
	background-image: url(/brand/breathcare/sp/img/common_icon_plus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -webkit-gradient(linear, center top, center bottom, from(#47a9d6), to(#1591cb));
	background-image: url(/brand/breathcare/sp/img/common_icon_plus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -webkit-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/breathcare/sp/img/common_icon_plus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -moz-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/breathcare/sp/img/common_icon_plus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -o-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/breathcare/sp/img/common_icon_plus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -ms-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/breathcare/sp/img/common_icon_plus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), linear-gradient(to bottom, #47a9d6, #1591cb);
	background-size: 24px auto, 15px auto, auto auto;
	-moz-background-size: 24px auto, 15px auto, auto auto;
	-webkit-background-size: 24px auto, 15px auto, auto auto;
	-o-background-size: 24px auto, 15px auto, auto auto;
	background-position: 96% center, 12px center, top center;
	background-repeat: no-repeat;
	text-indent: 35px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	line-height: 50px;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
}
footer dl dt.open {
	background-image: url(/brand/breathcare/sp/img/common_icon_minus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -webkit-gradient(linear, center top, center bottom, from(#47a9d6), to(#1591cb));
	background-image: url(/brand/breathcare/sp/img/common_icon_minus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -webkit-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/breathcare/sp/img/common_icon_minus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -moz-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/breathcare/sp/img/common_icon_minus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -o-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/breathcare/sp/img/common_icon_minus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), -ms-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/breathcare/sp/img/common_icon_minus.png), url(/brand/breathcare/sp/img/common_icon_brand.png), linear-gradient(to bottom, #47a9d6, #1591cb);
	background-size: 24px auto, 15px auto, auto auto;
	-moz-background-size: 24px auto, 15px auto, auto auto;
	-webkit-background-size: 24px auto, 15px auto, auto auto;
	-o-background-size: 24px auto, 15px auto, auto auto;
	background-position: 96% center, 12px center, top center;
	background-repeat: no-repeat;
	border-radius: 4px 4px 0 0;
	border: 1px solid #bbbbbb;
}
footer dl dd {
	background: #f3f3f3;
	border-radius: 0 0 4px 4px;
	border: 1px solid #bbbbbb;
	border-top: none;
}
footer dl dd ul {
	list-style: none;
}
footer dl dd ul li {
	background: url(/brand/breathcare/sp/img/common_arrow02.png) no-repeat 95% center;
	background-size: 7px auto;
	-moz-background-size: 7px auto;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	list-style: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #bbbbbb;
}
footer dl dd ul li a {
	display: block;
}
footer dl dd ul li:last-child {
	list-style: none;
	border-bottom: none;
}
footer dl dd ul li span {
	display: block;
	background-size: 40px auto;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	-o-background-size: 40px auto;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 0 50px;
	line-height: 42px;
}
footer dl dd ul li:nth-child(1) span {
	background-image: url(/brand/breathcare/sp/img/common_recommend01.png);
}
footer dl dd ul li:nth-child(2) span {
	background-image: url(/brand/breathcare/sp/img/common_recommend02.png);
}
footer dl dd ul li:nth-child(3) span {
	background-image: url(/brand/breathcare/sp/img/common_recommend03.png);
}
footer ul.link {
	list-style: none;
	font-size: 12px;
}
footer ul.link li {
}
footer ul.link li a {
	display: block;
	line-height: 24px;
	color: #333;
}
footer ul.link li a span {
	background: url(/brand/breathcare/sp/img/common_arrow01.png) left center no-repeat;
	background-size: 5px auto;
	-moz-background-size: 5px auto;
	-webkit-background-size: 5px auto;
	-o-background-size: 5px auto;
	padding: 0 0 0 10px;
}
footer ul.link li:nth-child(1) {
	text-align: center;
}
footer ul.link li:nth-child(2) {
	margin: 0 0 0 35px;
	float: left;
}
footer ul.link li:nth-child(3) {
	margin: 0 35px 0 0;
	float: right;
}
footer p.logo {
	clear: both;
	padding: 10px 0;
	text-align: center;
	width: 42.8125%;
	margin: 0 auto;
}
footer p.logo img{
	width:100% !important;
	height: auto !important;
}
footer .copyright {
	display: block;
	text-align: center;
	font-size: 12px;
	padding:0 10px 10px;
	line-height:1.6;
}
.c-naviStore{
	margin: 10vw 4vw;
	padding: 2vw 4vw 3vw 4vw;
	background: #cdf2eb;
	border-radius: 2.5vw;
	border: 2px solid #9bcec1;
}
.c-naviStore img{
	width: 100%;
}
.c-naviStore_items{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
.c-naviStore_item{
	margin: 1vw 1vw;
  width: 38vw;
}
/*------------------------------------------------------------
	share
------------------------------------------------------------*/
.l-footerColumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
	margin-bottom: 35px;
}
.l-share {
    background-color: #ececec;
}
.l-inner {
    padding-left: 20px;
    padding-right: 20px;
}
.l-share_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 15px;
}
.l-share_navi dt {
    width: calc(100% + 20px * 2);
    margin-left: -20px;
    margin-right: -20px;
    background-color: #0080cc;
    color: #fff;
    line-height: 1.8;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: bold;
}
.l-share_navi dd {
    width: 50px;
}
.l-share_navi dd+dd {
    margin-left: 20px;
}
.l-share_navi a {
    display: block;
}
.l-share_navi a img {
    width: 100%;
    max-width: none;
}

/* buy */
#buy-placeholder {
	opacity: 0;
	transition: .5s;
	pointer-events: none;
}
#buy-placeholder.view {
	opacity: 1;
	pointer-events: auto;
}
#buy-placeholder .close {
    position: fixed;
    bottom: 15vw;
    right: 0;
    font-size: 6vw;
    background-color: #009642;
    color: #fff;
    z-index: 1001;
    padding: 0.2em;
    line-height: 0.6em;
}
.buy {
    position: fixed;
	left: 0;
	right: 0;
    bottom: 0;
    background-color: #21c6ab;
	padding: 6.8vw 1vw 4vw;
	text-align: center;
	border-radius: 2.5vw;
	z-index: 100;
}
.buy img {
	width:100%;
	height:auto;
}
.buy__ttl {
	position: absolute;
	top: -3.8vw;
	left: 0;
	right: 0;
	margin: auto;
	width: 57vw;
}
.buy-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.buy-links__link {
	display: block;
	margin: 1vw 1vw;
	width: 30vw;
}