@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: auto;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

.releasedate {
	font-size: 0.85rem; 
	color: #333;
	padding: 2rem 1.5em;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	font-size: 0;
	text-indent: -999em;
}
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 80.85%;
}

.lead {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 2rem;
	padding: 0 2rem;
}
.lead a {
	font-weight: bold;
	color: #6aa0a2;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	margin-top: 2rem;
	padding: 0 2rem;
}
.topbnr a {
	display: block;
	background: #6aa0a2;
	border-radius: 100px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	padding: 1.2rem 1.5rem;
	position: relative;
}
.topbnr a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 21px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/sp_arrow.png) no-repeat center top;
	background-size: 10px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 1.2rem;
}

.innerbnr {
	margin-top: 1.5rem;
	padding: 0 2rem 2.5rem;
}
.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/sp_innerbnr.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 28.91%;
}


/*==============================================
 プロフィール
============================================= */
.profile {
	padding: 0 2rem;
	margin: 2rem auto;
}
.profile dt {
	font-size: 1.4rem;
	font-weight: bold;
	color: #273d3f;
	margin-top: 1.2rem;
}
.profile dd {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: .6rem;
}



/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 1rem !important;
}

.paragraph {
	border-top: 1px solid #eee;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
#article04 {
	border-bottom: 1px solid #eee;
}
#article04 .spAccordion {
	padding-bottom: 3rem;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	background: linear-gradient(#f6f6f6 60%, transparent);
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.8rem 1.5rem 1.6rem 2rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 0 26px 0 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #d0d0d0;
	border-right: 4px solid #d0d0d0;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	color: #6aa0a2;
	margin-bottom: .5rem;
}

.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

.comment {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/sp_icon_quote.png) no-repeat .5rem .5rem;
	background-size: 55px;
	color: #74a6a8;
	margin: 2.5rem auto 3.5rem;
	padding: 2rem 0 0;
}
.comment p {
	text-indent: 80px;
	margin: 0;
}
.comment p.name {
	font-weight: bold;
	text-align: right;
	margin-top: .5rem;
}
.comment p.name:before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 1px;
	background: #74a6a8;
	vertical-align: middle;
	margin-right: .5rem;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	border-left: .6rem solid #1881fe;
	font-size: 1.6rem;
	margin-bottom: .8rem;
	padding: .2rem 0 0 .5rem;
}

.extraBox {
	border-top-left-radius: 2.5rem;
	border-bottom-right-radius: 2.5rem;
	overflow: hidden;
	margin: 3.5rem auto;

}
.extraBox img {
	margin: 0;
}
.extraBox .cap {
	background: rgba(61,72,72,.85);
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.6;
	margin: 0 !important;
	padding: 1.5rem 1.5rem 1.3rem;
}



/*==============================================
 製品紹介
============================================= */
.productBox {
	padding: 3rem 2rem 1rem;
}
.productBox a {
	text-align: center;
}
.productBox a dt {
	font-size: 6.5vw;
	font-weight: bold;
	color: #6aa0a2;
}
.productBox a dt span {
	display: block;
	font-size: 1.3rem;
	margin-bottom: .8rem;
}
.productBox a img {
	width: 95%;
	margin: 1rem auto 0;
}
.productBox a dd:nth-of-type(2) {
	background: #6aa0a2;
	border-radius: 100px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	margin: 1rem auto 0;
	padding: 1.2rem 1.5rem;
	position: relative;
}
.productBox a dd:nth-of-type(2):after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 21px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_freebudspro3/sp_arrow.png) no-repeat center top;
	background-size: 10px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 1.2rem;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



