@charset "shift_jis";
html,
body {
	width: 100%;
	background: #ffffff;
	color: #333333;
	font-size: 11px;/* -webkit-text-size-adjust: none; iPhone */
	line-height:1.8;
}
article#main {

	position: relative;
	top: 0;
	right: 0;
	z-index: 10;
}
img {
	max-width:100%;
	height:auto;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
section {
	padding: 30px 10px 0;
}
#contentsWrap {
}
.wave_top {
	margin-top: 0;
}
#contentsWrap .inner {
	margin: 0 10px;
}

ul.list {
	font-size: 0;
}
ul.list li {
	display: inline-block;
	font-size: 11px;
	vertical-align: top;
}
ul.list li:first-child {
	margin-left: 0 !important;
}
#pagetop {
	display: block;
	/*background: url(/brand/breathcare/sp/product/speed/img/sp_pagetop_bg.png) repeat-x center top;*/
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 48px;
	line-height: 48px;
}
#pagetop span {
	/*background: url(/brand/breathcare/sp/product/speed/img/sp_pagetop_arrow.png) no-repeat left center;*/
	background-size: 12px;
	padding-left: 15px;
}

#contentsWrap h2 {
	/*position: absolute;
	top: 77px;
	left: 0;*/
}
#contentsWrap h3 {
	margin-bottom: 15px;
}
.clm_white {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
}

strong.underLine {
	font-weight: bold;
	color: #ec3b76;
	position: relative;
	border-bottom: 3px solid #ffd800;
}




/* ヘッダー
------------------------------------------------------------------*/
header {
	width:100%;
	height:60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
}
header h1 {
	width: 75px;
	margin: 8px 0 0 10px;
}
header p#menu {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	text-indent: -9999px;
	background: url(/brand/breathcare/sp/product/speed/img/btn_menu.png) no-repeat center #1d2088;
	background-size: 37px auto;
	-webkit-background-size: 37px auto;
}
header p#menu.open {
	background: url(/brand/breathcare/sp/product/speed/img/btn_menu_close.png) no-repeat center #1d2088;
	background-size: 16px auto;
	-webkit-background-size: 16px auto;
}
/*store*/
header #store{
	width: auto;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	margin-right: 60px;
	background-color: #fff;
	border-left: solid 1px #bbbcdb;
}
header #store img{
	width: auto;
	height: 60px;
}

header #menu_list {
	display: none;
	position: fixed;
	top: 51px;
	left: 0;
	width: 100%;
}
header #menu_list li {
	height: 51px;
	background: url(/brand/breathcare/sp/product/speed/img/sp_menu_btn.png) repeat-x left center;
	background-size: auto 51px;
}
header #menu_list li a {
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 51px;
	color: #c00334;
	padding-left: 60px;
}
header #menu_list li a:before {
	position: absolute;
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	top: 6px;
	left: 10px;
}
header #menu_list li:nth-child(1) a:before {
	background: url(/brand/breathcare/sp/product/speed/img/sp_menu_img_1.png) no-repeat 0 0;
	background-size: 40px;
}
header #menu_list li:nth-child(2) a:before {
	background: url(/brand/breathcare/sp/product/speed/img/sp_menu_img_2.png) no-repeat 0 0;
	background-size: 40px;
}
header #menu_list li:nth-child(3) a:before {
	background: url(/brand/breathcare/sp/product/speed/img/sp_menu_img_3.png) no-repeat 0 0;
	background-size: 40px;
}
header #menu_list li:nth-child(4) a:before {
	background: url(/brand/breathcare/sp/product/speed/img/sp_menu_img_4.png) no-repeat 0 0;
	background-size: 40px;
}
header #menu_list li a:after {
	position: absolute;
	content: " ";
	background: url(/brand/breathcare/sp/product/speed/img/sp_menu_arrow.png) no-repeat 0 0;
	background-size: 17px;
	display: block;
	width: 17px;
	height: 17px;
	top: 17px;
	right: 12px;
}


header p#menu.fixed {
	position:fixed;
}

#overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}

/* シェア
--------------------------------------------*/
#shareArea {
	background-color:#ececec;
	overflow: hidden;
	position: relative;
	/*margin-bottom:35px;*/
}
#shareArea p {
	font-size:16px;
	text-align:center;
	padding:10px 0;
	background-color:#0080cc;
	color: #fff;
	font-weight:bold;
}

#shareArea ul {
	float: left;
	margin: 0;
	padding: 15px 0;
	position: relative;
	left: 50%;
}
#shareArea ul li {
	width:50px;
	float: left;
	margin-right: 20px;
	position: relative;
	left: -50%;
}
#shareArea ul li:last-child {
	margin-right:0;
}

/* 関連情報
--------------------------------------------*/
#relationInfo {
	margin-bottom:35px;
}
#relationInfo h4 {
	font-size:17px;
	color:#0080cc;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom:1px solid #b4b4b4;
}

#relationInfo li {
	border-bottom:1px solid #b4b4b4;
}
#relationInfo li a {
	display:table;
	width:100%;
	padding:13px 20px;
	overflow:hidden;
	background: url(/brand/breathcare/sp/product/speed/img/common_arrow03.png) no-repeat 97% center;
	background-size:13px;
	-webkit-background-size:13px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
#relationInfo li span.icon {
	width:57px;
	height:57px;
	display:table-cell;
}


#relationInfo li p {
	display:table-cell;
	vertical-align:middle;
	padding: 0 2% 0 15px;
	height: 57px;
	font-size: 13px;
	line-height: 1.5;
}
#relationInfo li p b {
	display: block;
	font-size: 14px;
	color:#eb6386;
}
#relationInfo li p small {
	font-size:11px;
}

/* ブランド情報
--------------------------------------------*/
#brandList h4 {
	font-size:17px;
	color:#0080cc;
	padding-bottom: 5px;
	padding-left: 10px;
}

#brandList ul {
	width: 100%;
	border-top:1px solid #0080cc;
	box-sizing: border-box;
}
#brandList ul li {
	width:50%;
	float: left;
	box-sizing: border-box;
	display: table;
	border-bottom: 1px solid #0080cc;
}
#brandList ul li:nth-child(odd) {
	border-right:1px solid #0080cc;
}
#brandList ul li a {
	display: block;
}
#brandList ul li a span {
	display: block;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	padding: 8px 5px;
	background-color:#e4efff;
	font-weight: lighter;
}


/* フッター
--------------------------------------------*/
footer {
	padding:35px 0;
}
footer ul {
	overflow:hidden;
	position:relative;
}

footer ul {
	margin:0 auto;
	padding: 0 10px;
	text-align:center;
}
footer ul li {
	margin-bottom:15px;
	line-height: 1;
	display: inline-block;
}
footer ul li :nth-child(2n+1) {
	margin-right: 5px;
}
footer ul li a {
	display: inline;
	color: #333;
	margin-bottom:15px;
}
footer ul li a span {
	background: url(/brand/breathcare/sp/product/speed/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;
	font-size: 12px;
}
footer .logo {
	clear: both;
	padding: 10px 0;
	text-align: center;
	width: 42.8125%;
	margin: 0 auto;
}
footer .logo img {
	width: 100% !important;
	height: auto !important;
}
footer .copyright {
	padding: 2px 10px 0;
	text-align: center;
	font-size: 12px;
}

/* info
--------------------------------------------*/
#info {
	background: url(/brand/breathcare/sp/product/speed/img/sp_cmn_info_bg.jpg) no-repeat 0 0;
	background-size: 100% auto;
	padding: 36px 15px 18px;
	margin: 0;
}
#info #info_btn {
	display: block;
	width: 72.75%;
	margin: 0 auto;
}
#info h4 {
	margin: 36px 0 20px;
}
#info ul.list li {
	width: 48.5%;
	margin-left: 3%;
}


/* ナビゲーション
------------------------------------------------------------------*/

#sideNavi {
	width:84%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	padding-bottom:35px;
	background:#fff;
}

#sideNavi > div {
	width:100%;
	height: 58px;
	border-bottom: 2px solid #1d2088;
}
#sideNavi > div p{
	width: 65px;
	text-align: center;
	margin: 0 auto;
	top: 10px;
	left: 50%;
	position: absolute;
	margin-left: -32.5px;
}
#sideNavi .siteNavi li {
	width:100%;
	font-size:15px;
	position:relative;
}

#sideNavi .siteNavi li a {
	display:block;
	height: 100%;
	border-bottom: 1px solid #b4b4b4;
	font-size:15px;
	color:#333333;
	padding: 17px 35px 17px 17px;
	position:relative;
}

#sideNavi .siteNavi li a:before {
	content:"";
	width:16px;
	height:16px;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-7px;
	background: url(/brand/breathcare/sp/product/speed/img/navi_arrow.png) no-repeat center #1d2088;
	right: 15px;
	background-size: 5px auto;
	-webkit-background-size: 5px auto;
}

#sideNavi .siteNavi li.active a {
	background-color:#ffeff2;
	font-weight:bold;
	color:#eb6386;
}
#sideNavi .siteNavi li.toggle dt{
	padding:17px;
	font-size:15px;
	position: relative;
	border-bottom: 1px solid #b4b4b4;
}
#sideNavi .siteNavi li.toggle dt:after {
	content:"";
	width: 16px;
	height: 2px;
	position:absolute;
	display: block;
	right: 15px;
	top:50%;
	margin-top: -1px;
	background: #eb6386;
}
#sideNavi .siteNavi li.toggle dt:before {
	content:"";
	width: 2px;
	height: 16px;
	position:absolute;
	display: block;
	right: 22px;
	top:50%;
	margin-top: -8px;
	background: #eb6386;
}
#sideNavi .siteNavi li.toggle dt.open:before {
	display:none;
}

#sideNavi .siteNavi li.toggle dd ul li a{
	padding-left: 30px;
	background:#fafafa;
}

#sideNavi .productNavi  {
	padding-left:6%;
	margin-top:20px;
	margin-bottom:40px;
}
#sideNavi .productNavi li {
	margin-bottom:15px;
}
#sideNavi .productNavi li a{
	display:block;
	padding-left:15px;
	background:url(/brand/breathcare/sp/product/speed/img/common_arrow02.png) no-repeat left center;
	background-size:5px;
	-webkit-background-size:5px;
	font-size:13px;
	color:#333;
}
#sideNavi p.close {
	width: 190px;
	padding:10px;
	border: 2px solid #1d2088;
	font-size:15px;
	margin:0 auto;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	padding-left: 35px;
	position:relative;
}
#sideNavi p.close:before {
	content:"";
	width:16px;
	height:16px;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-8px;
	border-radius:50%;
	background: url(/brand/breathcare/sp/product/speed/img/navi_icon_close_navi.png) no-repeat center  #1d2088;
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	}


/* title
---------------------------------------------*/
.ttl01 {
	text-align: center;
	color: #eb6386;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}
.ttl01:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	background: #eb6386;
}
.ttl01 span {
	background:url(/brand/breathcare/sp/product/speed/img/kanpou_bg01.png) repeat left top;
	background-size: 125px;
	padding: 0 30px;
	position: relative;
}

/* contentsLinks
---------------------------------------------*/

#contentsLinks ul{
	overflow: hidden;
	margin-top: 5%;
	padding: 0 1% 5%;
}



#contentsLinks ul li a{
	margin:  2%;
	background: #eb6386;
	display: block;

}

#contentsLinks ul li img {
	width: 100%;
	max-width: inherit;

}


#contentsLinks ul li a span{
	display: block;
	text-align: center;
	color: #fff;
	padding: 2% 0 4%;
	font-size: 2.2vw;
	font-weight: bold;
}

/*#contentsLinks .slick-dots {
	position: absolute;
	bottom: -5px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	
}

#contentsLinks .slick-dots li{
	display:inline-block;
	background: #ccc;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	text-indent: -9999px;
	margin: 0 5px;
	cursor: pointer;
}

#contentsLinks .slick-dots li.slick-active{
	background: #eb6386;
}

#contentsLinks .slick-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	z-index: 10;
	background: url(/brand/breathcare/sp/product/speed/img/common_prev.png) no-repeat center center;
	background-size: 25px;
}

#contentsLinks .slick-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	z-index: 10;
	background: url(/brand/breathcare/sp/product/speed/img/common_next.png) no-repeat center center;
	background-size: 25px;
}*/
